PublishEvent<T> Method

Summary
Allow components to publish their own typed events to other components.
Syntax
C#
C++/CLI
public void PublishEvent<T>( 
   object publisher, 
   T eventArgs 
) 
public:  
   generic<typename T> 
   void PublishEvent( 
      Object^ publisher, 
      T eventArgs 
   ) 

Parameters

publisher
The System.Object publishing the event.

eventArgs
An object that holds the event typed information.

Type Parameters

T
The type of the event to be published.

Requirements

Target Platforms

Help Version 22.0.2023.2.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.